PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFDocumentSecurityStore Class / getCertificateRevocationLists Method
In This Topic
    getCertificateRevocationLists Method
    In This Topic
    Gets the certificate revocation lists collection.
    This collection contains CRLs that may be used in the validation of the signatures in the document.
    Syntax
    public PDFDocumentSecurityStoreItemCollection getCertificateRevocationLists()

    Return Value

    A collection of document security store items, each containing a DER encoded Certificate Revocation List (CRL) (see RFC 5280).
    See Also